[Manager Summary]

PMGetPhysicalPaperSize


Returns the true size of the paper in points, unaffected by rotation, resolution, or scaling.
OSStatus PMGetPhysicalPaperSize(PMPageFormat pageFormat, PMRect *paperSize)
PARAMETERS
pageFormat
A PMPageFormat object previously created by your application.
paperSize
On return, a rectangle describing the physical size of the paper. Units are in 1/72 inch. Thus a 8.5 x 11 sheet of paper returns for its individual components:

top - 0.0

left - 0.0

bottom - 792.0

right - 612.0
function result
A result code. See Result Codes.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.